Terraform/Terragrunt – Create a module. Part 1

In this example, we will create a Terraform module for the AWS provider, which will be launched for 3 different environments using Terragrunt.   Requirements: Installed AWS CLI Installed Terraform (version above 12.0) Installed Terragrunt   Create the required files for Terragrunt: terragrunt.hcl   Set the S3 bucket name that will store Terragrunt’s state, you … Continue reading   Terraform/Terragrunt – Create a module. Part 1